home *** CD-ROM | disk | FTP | other *** search
- /* "mwb2ni" equivalent using Iconian's REXX port! */
-
- /* to use, type "rx filename" from the CLI line, or use it for a app/dock icon or in DirOpus!*/
-
- options results
-
- parse arg filename
-
- address ICONIAN.1
-
- OPEN filename NEW
- proj=result
- DOTISSTANDARD
- SAVE filename NEWICON
- CLOSE FORCE
-